chore(deps): update all non-major dependencies#7780
Merged
Conversation
1df5c90 to
b1684c2
Compare
b1684c2 to
5adbb54
Compare
Shinigami92
approved these changes
Apr 19, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.21.2->^7.22.2^21.0.3->^21.1.0^1.4.2->^1.4.313.1.3->13.2.1^8.3.1->^8.3.2^4.2.0->^4.2.1^16.11.26->^16.11.27^5.18.0->^5.20.0^5.18.0->^5.20.0^3.2.31->^3.2.33^3.21.1->^3.22.0^10.0.1->^10.1.0^12.3.7->^12.3.8^1.20.2->^1.21.16.32.6->6.32.9^2.6.1->^2.7.0^7.3.6->^7.3.7^3.2.31->^3.2.33Release Notes
rollup/plugins (@rollup/plugin-commonjs)
v21.1.02022-04-15
Features
rollup/plugins (@rollup/plugin-dynamic-import-vars)
v1.4.32022-04-19
Bugfixes
rollup/plugins (@rollup/plugin-node-resolve)
v13.2.12022-04-15
Bugfixes
/(#1148)v13.2.02022-04-11
Features
rollup/plugins (@rollup/plugin-typescript)
v8.3.22022-04-13
Bugfixes
rollup/plugins (@rollup/pluginutils)
v4.2.12022-04-13
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.20.0Compare Source
Features
v5.19.0Compare Source
Bug Fixes
Features
ignoreDifferentlyNamedParametersoption (#4659) (fdf95e0)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.20.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.19.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
vuejs/core
v3.2.33Compare Source
Bug Fixes
v3.2.32Compare Source
Bug Fixes
zloirock/core-js
v3.22.0Compare Source
Arrayby copy proposal:/actual/entry points for methods from this proposalArray.prototype.toSplicedthrows aTypeErrorinstead ofRangeErrorif the result length is more thanMAX_SAFE_INTEGER, proposal-change-array-by-copy/70atob/btoafixes:atobdoes not ignore spaces, node/42530atobdoes not validate encoding, node/42646/full/namespace as the replacement for/features/since it's more descriptive in context of the rest namespaces (/es/⊆/stable/⊆/actual/⊆/full/)%TypedArray%.prototype.groupBywas removed from theArraygrouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in/actual/entries - but it should be available in early-stage entries to avoid breakage.Errorfeatures with wrappedErrorconstructors, #1061nullandundefinedallowed as the second argument ofstructuredClone, #1056core-js-compat->core-js-builder->core-js-bundleoutput. That mean that if the output contains, for example,es.object.has-own, the legacy reference to it,esnext.object.has-own, no longer added.core-js-builderandcore-js-compat, now it'smodulesandexcludeoptionstargetsoption ofcore-js-compatmeans that thetargetsfilter just will not be applied, so the result will contain modules required for all possible engines.stackproperty onDOMExceptionmarked as supported from Deno 1.15jprichardson/node-fs-extra
v10.1.0Compare Source
fs.realpath.nativedoes not exist, instead of erroring (#953)undefinedoptions tomove()(#947, #955)process.emitWarninginstead ofconsole.warn(#954)okonet/lint-staged
v12.3.8Compare Source
Bug Fixes
Microsoft/playwright
v1.21.1Compare Source
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/pull/13597 - [BUG] fullyParallel created too many workers, slowing down test runhttps://github.com/microsoft/playwright/issues/135300 - [REGRESSION]: Pull request #12877 prevents the library from being used on any linux distro that is not Ubuntu
Browser Versions
This version was also tested against the following stable channels:
v1.21.0Compare Source
Highlights
New experimental role selectors that allow selecting elements by their ARIA role, ARIA attributes and accessible name.
To use role selectors, make sure to pass
PLAYWRIGHT_EXPERIMENTAL_FEATURES=1environment variable:Read more in our documentation.
New
scaleoption inPage.screenshotfor smaller sized screenshots.New
caretoption inPage.screenshotto control text caret. Defaults to"hide".New method
expect.pollto wait for an arbitrary condition:expect.pollsupports most synchronous matchers, like.toBe(),.toContain(), etc.Read more in our documentation.
Behavior Changes
PLAYWRIGHT_EXPERIMENTAL_TS_ESMenv variable isno longer required.
mcr.microsoft.com/playwrightdocker image no longer contains Python. Please usemcr.microsoft.com/playwright/pythonas a Playwright-ready docker image with pre-installed Python.
Locator.setInputFilesAPI.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v6.32.9Compare Source
Patch Changes
Fix an error with peer resolutions, which was happening when there was a circular dependency and another dependency that had the name of the circular dependency as a substring.
When
pnpm execis running a command in a workspace project, the commands that are in the dependencies of that workspace project should be in the PATH #4481.Hide "WARN deprecated" messages on loglevel error #4507
Don't show the progress bar when loglevel is set to warn or error.
Full Changelog: pnpm/pnpm@v6.32.8...v6.32.9
v6.32.8Compare Source
Patch Changes
Full Changelog: pnpm/pnpm@v6.32.7...v6.32.8
v6.32.7Compare Source
Patch Changes
auto-install-peerstotrueshould work.Full Changelog: pnpm/pnpm@v6.32.6...v6.32.7
mjeanroy/rollup-plugin-license
v2.7.0Compare Source
npm/node-semver
v7.3.7Compare Source
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.